 --- translated by ALeXkRU ---

     bat-   languages/ ( -     languages/   languages).

 ++++++++++++++++++++++++++++++++++++++

EasyFinder  Maxthon
 -    IE

         IE.
    .

-        .
-   - (    )
-      
-  ,    ,    
-    N- 
-    / 
-   

-   ,   ,  
-   
-  
-       
-   (     languages/  
    - languages    )

:
  Maxthon
 -   "Ctrl-F" -  .    
    -   .     ""

   ,    :
 -   (Alt-P -) 
 -    (Alt-N -)

      :
        - Alt-P:   
        - Alt-N:   
        - Alt-F:     
        - Alt-T:     ""
        - Alt-M:   "    
        - ESC:     
        - Enter
                  +   "() " :   N- 
                  +   ""   ""/"" :  
                        
        - Alt-W:   " "
        - Alt-C:   " "
        - Alt-I:   " "
        - Alt-S:   " "

:
 *  - /  
 *  "N"     -   N     
     
 *    -        ( 
    )
 * ""   "" -  ,     
      ,  -  
 * ":  /" -          
        config.ini : BeepFreq (unit:Hz), BeepDuration(unit: ms)

-    -   zip-   plugin
-   -   EasyFinder   plugin
- -    2000/xp
-        .  " ".   
     
-    /    
-    EasyFinder    Maxthon -  "Type=BUTTON"  Type=M2Plugin_Other" 
    plugin.ini
- EasyFinder        
-     MyStyle



 --- translated by ALeXkRU ---


==========================================================================================

EasyFinder for Maxthon
     - An Enhancement to IE's standard find box

Introduction:
    (*) This plugin is actually a combination of the highlight tool and IE's
        find box function. The main objective is to provide an easier way to
        locate found texts and a clearer view of searching context.
    (*) Some ideas like incremental search and highlighting are inspired by
        FireFox and vim.
    (*) The old javascript version ("EasyFind") are based on John Land's
        "Highlight Tools" plugin and FoaMDarT's "Gmail Tools" plugin, and I
        have also referred to abc@home's recent tinyfind plugin. The DLL
        version refered to Bloodchen's ViewSrc plugin.

Features that a standard IE find box does not have
    (*) Eye-catching searching context:
        - Highlight all matches
        - Blinking the active find.
    (*) Navigation:
        - Incremental Search (search as you type) like what firefox/Vim does.
          While typing a search pattern, show immediately where the so far typed
          pattern matches.
        - The search starts from the current selected text (IE starts from the
          first one by default)
        - Scroll a match to the middle of the frame when it is not in the
          viewable area (IE scrolls to the top or bottom by default)
        - Shows the position of active find, as well as the total number of
          matches. You can also "Jump" to the N'th match
        - Separate buttons for "Previous" and "Next" match
        - Navigate through mouse wheel
    (*) Other:
        - History drop list remembers recently searched entries. You can set
          the maximum length or clear the history in the config window.
        - Configurable hotkey ("Ctrl-F" by default, which overrides IE's default)
        - Show Hidden: automatically expands hidden/folded area which contains
          a match.
        - Adjustable transparency (opacity)
        - Switchable between Dialog mode and Toolbar mode
        - Multi-language support. Use the three files under languages/en/ 
          subfolder as templates, translate all of them into your own
          language (dont insert new lines or switch the order), save them
          as non-unicode format (you can use notepad), and replace the
          three files under languages/ subfolder. (only files under languages/
          will be used by the plugin, all subfolders like languages/en,
          languages/cn, etc, are for backup purpose. For example, copy all
          files under languages/cn/* to languages/, you will get a Chinese
          interface. In case the files under languages/ are corrupt, restore
          them from languages/en, and start all over again.

Access keys (strongly recommended)
    (*) Inside Maxthon:
        - plugin hotkey (Ctrl-F by default): turns EasyFinder on. If easyfinder
          is in  the transparent mode, activate and makes it opaque. This hotkey
          also lets the "Find" edit box get the input focus.
    (*) when EasyFinder is open (doesnt have to have focus)
        - Find previous hotkey (Alt-P by default)
        - Find next hotkey (Alt-N by default)
    (*) When EasyFinder has the focus 
        - Alt-P:  Previous match
        - Alt-N:  Next match
        - Alt-F:  Goto the edit box
        - Alt-T:  Goto the jump box
        - Alt-M:  Toggle "More options" under toolbar mode
        - ESC:    Close the dialog
        - Enter
                  + on "(jump) to" edit box: jump to the N'th match
                  + on "Find What" edit box or "Previous"/"Next" buttons: navigate
                    to the previous or next match
        - Alt-W:  Switch "Whole Word" option
        - Alt-C:  Switch "Case Sensitive" option
        - Alt-I:  Switch "Incremental Search" option
        - Alt-S:  Switch "Show Hidden" option

Preference Setup Window:
    (*) "Blinking" under color setup: the active find blinks or not
    (*) After "N" characters under "Incremental Search": incremental search
        wont start until you have typed "N" characters in the "Find" box.
    (*) Only highlight first match: if highlight all matches or only the first
        one when you are typing (under incremental mode)
    (*) "Locked" under "Opacity": only available when transparency (opacity)
        is eanbled. If this option is turned off (default), EasyFinder will
        restore to the opaque mode when you move the mouse over it, otherwise
        it always stays transparent.
    (*) Wheel mouse support (fast slow): defines # of wheel notches per move
    (*) "Beep when hitting bottom/top". You can set frequency and duration of
        the beep in config.ini: BeepFreq (unit:Hz), BeepDuration(unit: ms)
    (*) Other options are self-explaining.

Troubleshootings
    (*) Installation: Simply extract everything in the zip file under
        Maxthon's "plugin" subfolder.
    (*) Uninstallation: EasyFinder doesn't write anything to your registry,
        and all settings are stored in the file "config.ini" under its own
        subfolder, therefore you dont really need to uninstall it. To remove
        simply delete the subfolder named "EasyFinder" under Maxthon's "plugin".
    (*) The unicode version should only work under 2000/xp, and the non-unicode
        version is supposed to work with win98 (and 2000/xp too). I havent
        tried it on a win95 computer yet.
    (*) The incremental search does work good when the "whole word" option
        is turned on. It highlights a match only when it is a complete word.
    (*) EasyFinder can not search/mark words in a edit control
    (*) To remove EasyFinder's button from Maxthon's plugin bar: modify 
        plugin.ini, and change the line "Type=BUTTON" to "Type=M2Plugin_Other"
    (*) Currently EasyFinder does not search text with leading spaces, for example, " web"
    (*) Has some confliction with MyStyle plugin . I will look into this problem later.
-------------------------------------------------------------------

Jun Huang (junhuang2000@charter.net)

